C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ShowSort Property

In This Topic
ShowSort Property (TransposedGrid<T>)
In This Topic
Gets or sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property ShowSort As Boolean
 
Remarks
Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.
See Also